The 'NRMANOVA' (Novice Repeated Measures ANOVA) is a streamlined function that allows novice 'Rstudio' users to perform repeated measures one-way analysis of variance without downloading multiple libraries or packages. Users can easily manipulate the data block, n-value, k-value, and factor to optimize analysis for any data set.
Usage
RManovaNov(r,k,f,n)
Arguments
r
The dataset or source you want to examine
k
The number of replications in the experiment or analysis need to perform
f
The factor,subject, and/or category that is being examined.
n
The sample size number
Value
Anova analysis of the model with a TukeyHSD with diagnostic plots
Details
This function has a built in model were we create the treatment response with also including the blocking of the data(reponse~treatment+blocking). Also gives you diagnostics residual plots, and a TUKEY HSD so you can go past the anova table.